home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 16 / PC Actual CD 16.iso / autocad / R14101.DXR / 00205_BackScoreScript.ls < prev    next >
Encoding:
Text File  |  1997-04-24  |  245 b   |  13 lines

  1. on startRollover
  2.   puppetSprite(44, 1)
  3.   set the memberNum of sprite 44 to the number of member "backroll"
  4.   puppetTransition(3, 0, 128)
  5.   updateStage()
  6. end
  7.  
  8. on endRollover
  9.   puppetSprite(44, 0)
  10.   puppetTransition(3, 0, 128)
  11.   updateStage()
  12. end
  13.